From 8cbb62960da5a091609a7c3874459be6592d032f Mon Sep 17 00:00:00 2001 From: Camila Ayres Date: Tue, 18 Feb 2025 15:47:21 +0100 Subject: [PATCH] qCInfo => qCDebug Reported at #7873. Signed-off-by: Camila Ayres --- src/gui/folder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/folder.cpp b/src/gui/folder.cpp index fb9427c7d..c73bb0368 100644 --- a/src/gui/folder.cpp +++ b/src/gui/folder.cpp @@ -670,7 +670,7 @@ void Folder::slotWatchedPathChanged(const QStringView &path, const ChangeReason } } if (spurious) { - qCInfo(lcFolder) << "Ignoring spurious notification for file" << relativePath; + qCDebug(lcFolder) << "Ignoring spurious notification for file" << relativePath; return; // probably a spurious notification } } -- 2.30.2